WPS Office.apk(点击下载) / cln.java


package defpackage;

import java.io.IOException;
import java.util.zip.ZipOutputStream;

/* renamed from: cln  reason: default package */
public final class cln extends cls {
    public String cjL = "WPS Office";
    public String cjM = null;
    public int cjN = -1;
    public String cjO = null;
    public String cjP = null;
    public String cjQ = null;
    public boolean cjR = false;
    public boolean cjS = false;

    cln(ZipOutputStream zipOutputStream) {
        super(zipOutputStream, cky.ciV, -1);
    }

    public final void fZ(String str) {
        this.cjM = str;
    }

    public final void ga(String str) {
        this.cjP = str;
    }

    public final void gb(String str) {
        this.cjO = str;
    }

    /* access modifiers changed from: package-private */
    public final void nq() throws IOException {
        col col = new col(super.getOutputStream());
        col.startDocument();
        col.gl("Properties");
        col.M(null, "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties");
        if (this.cjL != null && this.cjL.length() > 0) {
            col.gl("Application");
            col.addText(this.cjL);
            col.endElement("Application");
        }
        if (this.cjN != -1) {
            col.gl("DocSecurity");
            col.mV(this.cjN);
            col.endElement("DocSecurity");
        }
        col.gl("ScaleCrop");
        col.fl(this.cjR);
        col.endElement("ScaleCrop");
        if (this.cjO != null && this.cjO.length() > 0) {
            col.gl("Manager");
            col.addText(this.cjO);
            col.endElement("Manager");
        }
        if (this.cjP != null && this.cjP.length() > 0) {
            col.gl("Company");
            col.addText(this.cjP);
            col.endElement("Company");
        }
        col.gl("LinksUpToDate");
        col.fl(this.cjS);
        col.endElement("LinksUpToDate");
        if (this.cjQ != null && this.cjQ.length() > 0) {
            col.gl("HyperlinkBase");
            col.addText(this.cjQ);
            col.endElement("HyperlinkBase");
        }
        if (this.cjM != null && this.cjM.length() > 0) {
            col.gl("AppVersion");
            col.addText(this.cjM);
            col.endElement("AppVersion");
        }
        col.endElement("Properties");
        col.endDocument();
    }

    public final void setAppName(String str) {
        this.cjL = str;
    }
}